ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientScrollPositionChanged Property

In This Topic
    OnClientScrollPositionChanged Property (FlexGridBase<T>)
    In This Topic
    Occurs after the control has scrolled.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientScrollPositionChanged As String
    public virtual string OnClientScrollPositionChanged {get; set;}
    See Also